gzip filter: allow setting zlib compressor's chunk size#10508
Conversation
Signed-off-by: Raul Gutierrez Segales <rgs@pinterest.com>
|
fwiw, nginx sets this value to 8kb. see: http://nginx.org/en/docs/http/ngx_http_gzip_module.html#gzip_buffers |
Signed-off-by: Raul Gutierrez Segales <rgs@pinterest.com>
|
/retest |
|
🔨 rebuilding |
htuch
left a comment
There was a problem hiding this comment.
API generally looks good, just a couple of clarifying questions.
|
This pull request has been automatically marked as stale because it has not had activity in the last 7 days. It will be closed in 7 days if no further activity occurs. Please feel free to give a status update now, ping for review, or re-open when it's ready. Thank you for your contributions! |
…-setting-zlib-next-output-buffer
Signed-off-by: Raul Gutierrez Segales <rgs@pinterest.com>
Signed-off-by: Raul Gutierrez Segales <rgs@pinterest.com>
…-setting-zlib-next-output-buffer
|
This PR looks good. I'm going to extend #10553 when this one is merged. |
…-setting-zlib-next-output-buffer
|
/lgtm api |
…-setting-zlib-next-output-buffer
…-setting-zlib-next-output-buffer
Signed-off-by: Raul Gutierrez Segales <rgs@pinterest.com>
|
Seems like we need to merge master. |
…-setting-zlib-next-output-buffer
Signed-off-by: Raul Gutierrez Segales <rgs@pinterest.com>
Signed-off-by: Raul Gutierrez Segales <rgs@pinterest.com>
|
Unrelated failure: |
|
/retest |
|
🔨 rebuilding |
…-setting-zlib-next-output-buffer
Signed-off-by: Raul Gutierrez Segales <rgs@pinterest.com>
|
/lgtm api |
mattklein123
left a comment
There was a problem hiding this comment.
LGTM with small comments. Thank you!
/wait
…-setting-zlib-next-output-buffer
Signed-off-by: Raul Gutierrez Segales <rgs@pinterest.com>
Signed-off-by: Raul Gutierrez Segales <rgs@pinterest.com>
9ab99a9 to
644b14c
Compare
|
@mattklein123 sorry about the force push :-( I made the mistake of fixing a merge conflict from the UI and forgot to pull back. |
Signed-off-by: Raul Gutierrez Segales <rgs@pinterest.com>
Signed-off-by: Spencer Lewis <slewis@squareup.com> * master: fault injection: add support for setting gRPC status (envoyproxy#10841) tests: tag tests that fail on Windows with fails_on_windows (envoyproxy#10940) Fix typo on Postgres Proxy documentation. (envoyproxy#10930) fuzz: improve header/data stop/continue modeling in HCM fuzzer. (envoyproxy#10931) gzip filter: allow setting zlib compressor's chunk size (envoyproxy#10508) http: replace vector/reserve with InlinedVector in codec helper (envoyproxy#10941) stats: add utilities to create stats from a vector of tokens, mixing dynamic and symbolic elements. (envoyproxy#10735) hcm: avoid invoking 100-continue handling on decode filter. (envoyproxy#10929) prometheus stats: Correctly group lines of the same metric name. (envoyproxy#10833) status: Fix ASAN error in Status payload handling (envoyproxy#10906) path: Fix merge slash for paths ending with slash and present query args (envoyproxy#10922) compressor filter: add benchmark (envoyproxy#10464) xray: expected_span_name is not captured by the lambda with MSVC (envoyproxy#10934) ci: update before purge in cleanup (envoyproxy#10938) tracer: Improve test coverage for x-ray (envoyproxy#10890) Revert "init: order dynamic resource initialization to make RTDS always be first (envoyproxy#10362)" (envoyproxy#10919)
Signed-off-by: Raul Gutierrez Segales rgs@pinterest.com